home *** CD-ROM | disk | FTP | other *** search
- Path: hermes.oc.com!usenet
- From: Larry Weiss <lfw@oc.com>
- Newsgroups: comp.lang.c
- Subject: Re: Watch out! C "gotcha!"
- Date: Thu, 15 Feb 1996 17:25:12 -0600
- Organization: OpenConnect Systems, Dallas, TX, USA
- Message-ID: <3123C0D8.60AF@oc.com>
- References: <4fthhh$7th@blackice.winternet.com> <4g01ss$hgj@sun001.spd.dsccc.com>
- NNTP-Posting-Host: ocs2228.oc.com
- Mime-Version: 1.0
- Content-Type: text/plain; charset=us-ascii
- Content-Transfer-Encoding: 7bit
- X-Mailer: Mozilla 2.0 (Win16; I)
- CC: lfw@oc.com
-
- Mike McCarty wrote:
- >
- > I know of no way to make a compiler catch spelling mistakes on labels
- > except by doing what Pascal does - force declaration of labels.
- > ... There is no solution except to require declarations.
-
- It would help a little (or maybe a lot) if the compiler were to
- flag label declarations that were never referenced.
-